body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0
}
body {
    font: 14px "微软雅黑", "宋体", "Arial Narrow", HELVETICA;
    background: #ffffff;
    height: auto;
    /*background: url(/images/body_background.png);*/
}
ul li {
    list-style-type: none;
}
a {    text-decoration: none;}

.dytimer > span > a{ color: white;}
.container{
    width: 100%;
    background: #FFFFFF;
}

/*优胜空间 */
.ph_num > a {color: white;}
.contactusdiyou {position: fixed; right: -230px; bottom: 0px; _position: absolute; width: 190px; height: 100%; background: #054B9B; z-index: 99999999999;  _margin-bottom:0px; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); transition:all .5s ease; }
.contactusdiyou .hoverbtn{width:70px; height:129px; padding-top:20px; cursor: pointer; position:absolute; top:50%; margin-top:-66px;left:-70px; font-size:14px; color:#fff; background:#035CC3; -webkit-border-radius: 3px 0px  0px 3px; -moz-border-radius: 3px 0px  0px 3px; -o-border-radius: 3px 0px  0px 3px;      border-radius: 3px 0px  0px 3px; -moz-box-shadow: -4px 4px 4px -4px #000; -webkit-box-shadow: -4px 4px 4px -4px #000; box-shadow: -4px 4px 4px -4px #000;}
.contactusdiyou .hoverbtn span{width:70px; height:19px;line-height: 19px;margin: 6px 0 0 14px; overflow:hidden; float:left;}
.contactusdiyou .hoverbtn .hoverimg{width:13px; height:9px; margin:10px 0px 0px 16px; float:left; display:inline;background-repeat: no-repeat;}
.hoverimg2{background:url(../images/hoverbtnbg1.png) no-repeat; }
.contactusdiyou .conter{width:186px; height:560px;    position:absolute; top:45%;*margin-top:-140px;margin-top:-280px;}
.contactusdiyou .conter .con1{ border-bottom:1px solid #6a6a6a; padding-bottom:22px;}
.contactusdiyou .conter .con1 dl dt{width:31px; height:31px; float:left;    position: relative;
    top: 32px;}
.contactusdiyou  dl .f1{width:142px; height:36px;line-height: 36px; float:right; font-size:14px;_font-size: 14px;*font-size: 15px; color:#fff;vertical-align: top; font-weight: bold;}
.contactusdiyou  dl .f2{ width:142px; float:right; font-size:12px; color:#fff; height:30px;line-height: 30px; float:right;}
.kefuQQ a{ background:url(../images/button-custom-qq.gif)  no-repeat; width:70px; height:20px; display:inline-block; vertical-align:middle;}
.kefuQQ a:hover{ background:url(../images/button-custom-qq-h.gif)  no-repeat;}
.contactusdiyou .conter .con1 dl dd .ph_num{ font:18px 'Microsoft yahei';*font-size: 16px;_font-size: 16px; color:#fff; height:25px;}

.contactusdiyou .qqcall{padding:22px 0px;border-bottom:1px solid #6a6a6a;}
.contactusdiyou .qqcall dl dt{width:31px; height:31px; float:left; position: relative;
    top: 32px;}

.contactusdiyou .weixincall{float:right;padding:22px 0; border-bottom:1px solid #6a6a6a;}
.contactusdiyou .weixincall dl dt{width:31px; height:31px; float:left; position: relative;
    top: 32px;}


.contactusdiyou .weixincall .f3{float: right;width:73px; height:auto; margin-right:69px; display:inline;}
.contactusdiyou .weixincall .f3 img{width: 73px;height: auto;}
.contactusdiyou .dytimer{    float: right; width: 160px; height: 40px; padding: 16px 0px 15px 0px; /* background: #007b77; */ margin: 20px 0px 0px 0px;} .contactusdiyou .dytimer span{display:block; height:20px; line-height:20px; font-size:14px; color:#fff;} .diyou{_position: absolute; _bottom: auto;_margin-bottom:0px; z-index:99999999999; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));} .diyoumask { position:fixed; left: 0; top: 0; z-index: 100000; width:100%; height:100%; opacity:0.3;filter:alpha(Opacity=30); background:#000; display:none;} .fn_cle:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /***联系我们***/
/*导航栏 begin*/
.Navigationbar{
    padding: 0 5% 0 5%;
    background: rgb(3,92,195);
}
.Navigationbar ul{
    padding: 0 5% 0 5%;
}
.Navigationbar li > a{
    color:white;
    display: block;
    text-decoration: none;}
.Navigationbar li {
    text-align: center;
    display: inline-block;
    position: relative;
    width:12%;
    color: white;
}
.Navigationbar li:hover .div{
    display: block;
}
.Navigationbar li:hover{
    background:#f72828;
}
.Navigationbar .active{
    background: #f72828;
}
.div{
    width:100%;
    display: none;
    text-align:center;
    border-radius: 200px;
    position: absolute;
    z-index: 99;
}
.div > p > a{
    color: white;
}
.div   p {
    margin-top:2px;
    width:100%;
    height: 50px;
    color:white;
    clear: both;
    background:red;
    text-align: center;
}
/*导航栏  end*/

/*手机端导航栏  begin*/
.nav{
    width: 100%;
}
.nav > ul{ padding: 0 5% 0 5%;
}
.nav_list{
    width: 100%;
    background: blue;
    line-height: 50px;
    float: left;
}
.m-nav {
    width: 26px;
    height: 26px;
    display: none;
    background: url(/images/icon-menu.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 2%;
    top: 50%;
    margin-top: -13px;
}
.m-nav-list {
    width: 100%;
    padding: 10px 0;
    background: #ffffff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 110px;
    z-index: 99999;
    display: none;
    border-top: solid 1px #CCC;
}
.m-nav-list > li > a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}
/*手机端导航栏 end*/

/*分页部分 start*/
.fenye {
    width: 100%;
    height: auto;
    clear: both;
}
.fenye ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 50px;
}
.fenye ul > li {
    display: block;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 5px;
}
.fenye ul > li > a {
    display: block;
    text-align: center;
    padding: 7px 14px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    margin-left: -1px;
}
.fenye .jump {
    text-align: center;
    width: 4em;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    transition: all 0.3s ease-in-out 0s;
}
.fenye .jump:focus {
    outline: #1f9a81 0px solid;
    border: 1px solid #1f9a81;
}
.fenye ul > li > span {
    line-height: 40px;
}
.fenye .page-active + li > a {
    border-left: 1px #1f9a81 solid;
}
.fenye .page-active > a {
    background: #009688;
    color: #ffffff;
    border: 1px solid #009688;
}
.fenye .page-active > a:hover {
    background: #009688;
    color: #ffffff;
    border: 1px solid #009688;
}
.fenye ul > li > a:hover {
    background: rgba(233, 236, 239, 0.7);
    color: #009688;
}
.fenye .page-disabled > a {
    cursor: not-allowed;
    border: 1px solid #eee;
}
.fenye .page-disabled > a {
    color: #aaa !important;
    background: initial !important;
    /*文件禁止选择*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*分页   end*/

/*文章详情页 上一篇和下一篇 start*/
.detail-button {
    margin: 20px 0 0 0;
    padding: 0 9% 0 9.5%;
    box-sizing: border-box;
}
.detail-button > a {
    display: inline-block;
    margin-top: 20px;
    width: 49%;
    font-size: 13px;
    color: #333;
    box-sizing: border-box;
}
.detail-button > a:nth-child(1) {
    text-align: left;
}
.detail-button > a:nth-child(2) {
    text-align: right;
}
.back {
    margin: 20px auto;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #CCC;
    border-radius: 5px;
}
.back:hover {
    background: #ccc
}
/*文章详情页 上一篇和下一篇 end*/
/*侧边隐藏兰  begin*/
.mt-nav {
    width: 54px;
    height: 46px;
    display: block;
    background: url(/images/ButtoN.png) no-repeat center   rgb(0,0,255);
    background-size: 100%;
    position: fixed;
    right:0;
    top:18%;
    z-index: 999;
}
.mt-side{
    position:fixed;
    width:54px;
    height:275px;
    right:0;
    top:182px;
    z-index:100;
    display: none;
}
.mt-side ul li{
    width:54px;
    height:54px;
    float:left;
    position:relative;
    border-bottom:1px solid #444;
}
.mt-side ul li .mt-sidebox{
    position:absolute;
    width:54px;
    height:54px;top:0;
    right:0;
    transition:all 0.3s;
    background:#000;
    opacity:0.8;
    filter:Alpha(opacity=80);
    color:#fff;
    font:14px/54px "微软雅黑";
    overflow:hidden;
}
.mt-side ul li .mt-sidetop{
    width:54px;
    height:54px;
    line-height:54px;
    display:inline-block;
    background:#000;
    opacity:0.8;
    filter:Alpha(opacity=80);
    transition:all 0.3s;
}
.mt-side ul li .mt-sidetop:hover{
    background:#ae1c1c;
    opacity:1;
    filter:Alpha(opacity=100);
}
.mt-side ul li img{
    float:left;
}
.contactusdiyou{right:-220px;}
/*侧边隐藏栏  end*/

@media all and (max-width: 650px) {
    /*侧边栏  begin*/
    .m-nav {
        display: block;
        top:24px;
    }
    .m-nav-list li {
        background: rgb(4, 65, 141);
        width: 100%;
        line-height: 100%;
        margin-top: 1px;
        text-align: center;
        font-size: 16px;
        padding: 20px 0px 20px 0px;
    }
    /*侧边栏  end*/

    /*导航栏  begin*/
    .Navigationbar {
       display: none;
    }
    /*导航栏 end*/
    /*分页符 begin*/
    .fenye .number, .fenye span, .jump-button, .jump {
        display: none;
    }
    .fenye ul{padding: 0;}
    /*分页符 end*/
    /*文章详情页 上一篇和下一篇 start*/
    .detail-button > a:nth-child(1) {
        text-align: initial;
    }
    .detail-button > a:nth-child(2) {
        text-align: initial;
    }
    .detail-button > a {
        width: 100%;
    }
    /*文章详情页 上一篇和下一篇 end*/

    /*侧边栏  begin*/
    .mt-nav {
        top:46%;
    }
    .mt-side{
        top:360px;
    }
    /*侧边栏  end*/
}
